zhouxin / pubhg

Unlimited private code, issue and wiki hosts.

Install south first::

easy_install south

or::

pip install south

Then syncdb at first time only::

python manage.py syncdb

If you already have the formal db tables, you always need to fake the initial migration as::

python manage.py migrate {app_name} 0001 --fake python manage.py migrate

If you don't have the formal db tables, it's even easier::

python manage.py migrate

zhouxin created at 11 years ago